home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / dvd.dir / 00070.ls < prev    next >
Encoding:
Text File  |  1996-08-19  |  282 b   |  12 lines

  1. on exitFrame
  2.   global IQcursor
  3.   set the cursor of sprite 3 to IQcursor
  4.   set the cursor of sprite 4 to IQcursor
  5.   repeat with i = 6 to 13
  6.     set the cursor of sprite i to IQcursor
  7.   end repeat
  8.   repeat with i = 30 to 38
  9.     set the cursor of sprite i to IQcursor
  10.   end repeat
  11. end
  12.